home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Internet / HTML Markup 1.0ß4 / Readme < prev    next >
Text File  |  1995-06-24  |  4KB  |  104 lines

  1. HTML Markup 1.0ß4
  2. (c)1995, by Scott J. Kleper
  3. Released on 6-24-95
  4. ---------------------------
  5.  
  6. HTML Markup is a drag-and-drop Macintosh text->html converter. There are many
  7. programs that seem to accomplish similar tasks. However, HTML Markup takes a
  8. slightly different approach to the conversion.
  9.  
  10. When you drag a file or files onto the HTML Markup icon, you are presented with
  11. a "job ticket" that allows you to check off your conversion options. The final
  12. version of HTML Markup will have a few more options than this version. The 
  13. options currently available are:
  14.  
  15. •Use first line as <TITLE>
  16.     This option will take the first line of your text file and make it the
  17.     title of the HTML document. If you do not use this option, your HTML file
  18.     will have no title. In the final version, there will be additional options
  19.     like using the file name for the title. Note that if you use this option,
  20.     the first line of your file will still remain in the HTML form and will
  21.     also be the title.
  22.  
  23. •Use first line as <H1>
  24.     This option will take the first line of your text file and make it an <H1>
  25.     header for the file. The line will not be repeated and this option may 
  26.     be used with the above option.
  27.     
  28. •Center <H1>
  29.     This option is only used with the above option. It centers the <H1> 
  30.     described above. If the above option is not used, this option is 
  31.     ignored.
  32.     
  33. •End lines with <BR>
  34.     This option will terminate every line with the <BR> flag. Personally,
  35.     I would almost never do this. One of the reasons I wrote HTML Markup
  36.     was because the converter that I used to use would do this and it
  37.     pissed me off. Still, I can see why some people would want to terminate
  38.     every line so I made it an option.
  39.     
  40. •Convert lists to <UL>'s (modified in 1.0ß4)
  41.     Markup looks for -'s and •'s and converts items listed much like this
  42.     list of options into <UL> lists. Versions 1.0ß4 and later of HTML
  43.     Markup contain a new "smart list" algorithm that attempts to identify
  44.     lists from dashes and bullets used in words.
  45.  
  46. •Convert lines to <hr> (new in 1.0ß4)
  47.     Markup looks for a series of dashes and changes them into an <hr> line.
  48.     
  49. •Keep inline flags (new in 1.0ß4)
  50.     Markup keeps anything contained within < and > characters in the new
  51.     file. In this way, you can write text files with embedded HTML and use
  52.     HTML Markup to add in the mundane stuff like the <HTML> and <BODY> flags.
  53.     
  54. •Output ticket (modified in 1.0ß4)
  55.     A new button and dialog control the output options for the html file. 
  56.     You can now automatically append .html to files and save them that way,
  57.     you can replace the original file, or you can be prompted to save the
  58.     file. You can also set the creator signature of the file so that your
  59.     files can all be native to your favorite text editor or to netscape.
  60.  
  61. The registered version will also have options to control colors, headers, footers,
  62. titles, comments, and other aspects of HTML design.
  63.  
  64. The fourth beta (second public beta) version is a big step towards the release
  65. version. I have implemented a totally new method for allocating memory, made
  66. some aspects of conversion "smarter", added more translations, put in more
  67. options, revised the interface slightly, and added output features. Unless I
  68. get some good ideas soon, this is how the shareware version will look upon
  69. release. The only feature I am planning to implement but haven't yet is a 
  70. popup menu in the output ticket that allows you to select popular file creators.
  71.  
  72. Version 1.0ß4 is also the first to (almost) implement the entire ISO 8859-1 
  73. character set. The most popular "special characters" have translations, as
  74. well as some international characters like ñ.
  75.  
  76. Please send me your comments and ideas! If you want to register now (even
  77. though it's still in beta stages) and guarantee yourself a registered copy
  78. of the release version, it's just ten bucks.
  79.  
  80. Send your check for $10 to:
  81.  
  82. Scott J. Kleper
  83. 134 Caversham Woods
  84. Pittsford, NY  14534
  85.  
  86.  
  87. Questions? Comments? Bugs? Ideas? Send email to:
  88.  
  89. sjked@rit.edu
  90.  
  91. The WWW support page for HTML Markup is:
  92.  
  93. http://htc.rit.edu/klephacks/markup.html
  94.  
  95. The FTP site is:
  96.  
  97. ftp://htc.rit.edu/pub/
  98.  
  99. Enjoy!
  100.  
  101.  
  102. -Scott J. Kleper
  103. 6/24/95
  104.